Display Name = "Yamatai Village 2F"
Parallax Name = "BlueSky"
Note = ""

CommonEvent 1
Name = "EV001"

  Page 0
    Empty([])

CommonEvent 2
Name = "EV002"

  Page 0
    Empty([])

CommonEvent 3
Name = "EV003"

  Page 0
    Empty([])

CommonEvent 4
Name = "EV004"

  Page 0
    Script(["mr = RPG::MoveRoute.new"])
    ScriptMore(["mr.repeat = false"])
    ScriptMore(["sc = \"@y=@y-0.1;@real_y=@real_y-0.1;\""])
    ScriptMore(["mr.list.unshift(RPG::MoveCommand.new(45,[sc]))"])
    ScriptMore(["$game_map.events.each_value do |e|"])
    ScriptMore(["  if /^\\$洋食01/i =~ e.character_name"])
    ScriptMore(["    e.force_move_route(mr)"])
    ScriptMore(["  end"])
    ScriptMore(["end"])
    EraseEvent([])
    Empty([])

CommonEvent 5
Name = "EV005"

  Page 0
    Empty([])

CommonEvent 6
Name = "EV006"

  Page 0
    Empty([])

CommonEvent 7
Name = "EV007"

  Page 0
    Empty([])

CommonEvent 8
Name = "EV008"

  Page 0
    Empty([])

CommonEvent 9
Name = "EV009"

  Page 0
    Empty([])

CommonEvent 10
Name = "EV010"

  Page 0
    Empty([])

CommonEvent 11
Name = "EV011"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Mechanical Voice>"])
    ShowText(["Which floor will you move to?"])
    Script(["unlimited_choices(11, [\"1F\", \"2F\", "])
    ScriptMore(["\"3F\",\"F\",\"B1\"])"])
    ConditionalBranch([1, 11, 0, 0, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Mechanical Voice>"])
      ShowText(["Moving to the 1st floor..."])
      PlaySE(["RPG::SE(@name=\"Autodoor\", @pitch=100, @volume=80)"])
      TransferPlayer([0, 595, 26, 24, 8, 0])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 11, 0, 1, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Mechanical Voice>"])
      ShowText(["Moving to the 2nd floor..."])
      PlaySE(["RPG::SE(@name=\"Autodoor\", @pitch=100, @volume=80)"])
      TransferPlayer([0, 72, 26, 24, 8, 0])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 11, 0, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Mechanical Voice>"])
      ShowText(["Moving to the 3rd floor..."])
      PlaySE(["RPG::SE(@name=\"Autodoor\", @pitch=100, @volume=80)"])
      TransferPlayer([0, 113, 26, 24, 8, 0])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 11, 0, 3, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Mechanical Voice>"])
      ShowText(["Abnormality detected on the 4th floor......"])
      ShowText(["Cannot go to the 4th floor by elevator."])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 11, 0, 4, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Mechanical Voice>"])
      ShowText(["Moving to the B1 floor..."])
      PlaySE(["RPG::SE(@name=\"Autodoor\", @pitch=100, @volume=80)"])
      TransferPlayer([0, 110, 26, 24, 8, 0])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 12
Name = "EV012"

  Page 0
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 595, 47, 8, 0, 0])
    Empty([])

CommonEvent 13
Name = "EV013"

  Page 0
    Empty([])

CommonEvent 14
Name = "EV014"

  Page 0
    Empty([])

CommonEvent 15
Name = "EV015"

  Page 0
    Empty([])

CommonEvent 16
Name = "EV016"

  Page 0
    Empty([])

CommonEvent 17
Name = "EV017"

  Page 0
    Empty([])

CommonEvent 18
Name = "EV018"

  Page 0
    Empty([])

CommonEvent 19
Name = "EV019"

  Page 0
    Empty([])

CommonEvent 20
Name = "EV020"

  Page 0
    Empty([])

CommonEvent 21
Name = "EV021"

  Page 0
    Empty([])

CommonEvent 22
Name = "EV022"

  Page 0
    Empty([])

CommonEvent 23
Name = "EV023"

  Page 0
    Empty([])

CommonEvent 24
Name = "EV024"

  Page 0
    Empty([])

CommonEvent 25
Name = "EV025"

  Page 0
    Empty([])

CommonEvent 26
Name = "EV026"

  Page 0
    Empty([])

CommonEvent 27
Name = "EV027"

  Page 0
    Empty([])

CommonEvent 28
Name = "EV028"

  Page 0
    Empty([])

CommonEvent 29
Name = "EV029"

  Page 0
    Empty([])

CommonEvent 30
Name = "EV030"

  Page 0
    Empty([])

CommonEvent 31
Name = "EV031"

  Page 0
    Empty([])

CommonEvent 32
Name = "EV032"

  Page 0
    Empty([])

CommonEvent 33
Name = "EV033"

  Page 0
    Empty([])

CommonEvent 34
Name = "EV034"

  Page 0
    Empty([])

CommonEvent 35
Name = "EV035"

  Page 0
    Script(["mr = RPG::MoveRoute.new"])
    ScriptMore(["mr.repeat = false"])
    ScriptMore(["sc = \"@y=@y+0.2;@real_y=@real_y+0.2;\""])
    ScriptMore(["mr.list.unshift(RPG::MoveCommand.new(45,[sc]))"])
    ScriptMore(["$game_map.events.each_value do |e|"])
    ScriptMore(["  if /^パン屋01/i =~ e.character_name"])
    ScriptMore(["    e.force_move_route(mr)"])
    ScriptMore(["  end"])
    ScriptMore(["end"])
    Script(["mr = RPG::MoveRoute.new"])
    ScriptMore(["mr.repeat = false"])
    ScriptMore(["sc = \"@y=@y+0.2;@real_y=@real_y+0.2;\""])
    ScriptMore(["mr.list.unshift(RPG::MoveCommand.new(45,[sc]))"])
    ScriptMore(["$game_map.events.each_value do |e|"])
    ScriptMore(["  if /^パン屋02/i =~ e.character_name"])
    ScriptMore(["    e.force_move_route(mr)"])
    ScriptMore(["  end"])
    ScriptMore(["end"])
    EraseEvent([])
    Empty([])

CommonEvent 36
Name = "EV036"

  Page 0
    ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
    ShowText(["\\n<Cait Sith>"])
    ShowText(["Welcome!"])
    ConditionalBranch([1, 1178, 0, 2, 0])
      ControlVariables([1178, 1178, 0, 0, 3])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["I asked about ancient sushi......"])
      ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
      ShowText(["\\n<Cait Sith>"])
      ShowText(["Ancient sushi? Of course, it's in the cooking program!"])
      ShowText(["I'm an all-purpose cooking robot!"])
      ShowTextAttributes(["iriasu_fc4", 2, 0, 2])
      ShowText(["\\n<Ilias>"])
      ShowText(["To think even sushi is made by machines...... what a world we live in."])
      ShowTextAttributes(["ruka_fc1", 0, 0, 2])
      ShowText(["\\n<Luka>"])
      ShowText(["Then, could you make me some ancient sushi?"])
      ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
      ShowText(["\\n<Cait Sith>"])
      ShowText(["Not possible right now, because we don't have the ingredients."])
      ShowText(["Ancient sushi requires rare sushi ingredients......"])
      ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
      ShowText(["\\n<Cait Sith>"])
      ShowText(["I want you to prepare the ingredients, customer."])
      ShowText(["There are no materials here."])
      ShowTextAttributes(["iriasu_fc4", 2, 0, 2])
      ShowText(["\\n<Ilias>"])
      ShowText(["Understood...... what do we need?"])
      ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
      ShowText(["\\n<Cait Sith>"])
      ShowText(["Frilled shark, Oarfish......"])
      ShowText(["That's a coelacanth!"])
      ShowTextAttributes(["ruka_fc1", 0, 0, 2])
      ShowText(["\\n<Luka>"])
      ShowText(["There sure are a lot of rare fish."])
      ShowText(["I wonder if any foodies around here know where to find them...?"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["To have them make ancient sushi, I need to procure the ingredients myself."])
      ShowText(["They are all rare ingredients, but I'll gather them right away――"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1178, 0, 3, 0])
      ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
      ShowText(["\\n<Cait Sith>"])
      ShowText(["Ancient sushi has rare sushi toppings."])
      ShowText(["If you bring them, I'll make it for you."])
      ConditionalBranch([8, 451])
        ConditionalBranch([8, 452])
          ConditionalBranch([8, 453])
            ControlVariables([1178, 1178, 0, 0, 4])
            ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
            ShowText(["\\n<Cait Sith>"])
            ShowText(["...Indeed, the ingredients are all here."])
            ShowText(["Then, I'll make it for 250,000 gold!"])
            ShowTextAttributes(["ruka_fc1", 0, 0, 2])
            ShowText(["\\n<Luka>"])
            ShowText(["You're going to charge me!? And that's expensive!!"])
            ShowTextAttributes(["caitsith_fc1", 2, 0, 2])
            ShowText(["\\n<Cait Sith>"])
            ShowText(["Of course, a first-class job costs money!"])
            ShowText(["Don't underestimate a chef's spirit!!"])
            ShowTextAttributes(["iriasu_fc4", 7, 0, 2])
            ShowText(["\\n<Ilias>"])
            ShowText(["We have taken control of this Yamatai..."])
            ShowText(["Therefore, we have the right to turn you into scrap."])
            ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
            ShowText(["\\n<Cait Sith>"])
            ShowText(["...I'll make ancient sushi for free!"])
            ShowText(["It's really delicious~♪"])
            ShowTextAttributes(["ruka_fc1", 0, 0, 2])
            ShowText(["\\n<Luka>"])
            ShowText(["This machine is way too understanding..."])
            ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
            ShowText(["\\n<Cait Sith>"])
            ShowText(["Then, Master, I'll make it for you."])
            ShowText(["Nigi nigi, nigi nigi nigi~♪"])
            ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
            ShowText(["\\n<Cait Sith>"])
            ShowText(["...It's done!"])
            PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
            ChangeItems([451, 1, 0, 1])
            ChangeItems([452, 1, 0, 1])
            ChangeItems([453, 1, 0, 1])
            ChangeItems([454, 0, 0, 1])
            ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
            ShowText(["\\n<Cait Sith>"])
            ShowText(["Such a useful, cat-shaped robot!"])
            ShowText(["It's still too early to become scrap!"])
            ShowTextAttributes(["iriasu_fc4", 0, 0, 2])
            ShowText(["\\n<Ilias>"])
            ShowText(["You're really desperate to sell..."])
            ShowText(["Anyway, I've got the ancient sushi now."])
            ShowTextAttributes(["ruka_fc1", 0, 0, 2])
            ShowText(["\\n<Luka>"])
            ShowText(["Let's have Sariela try it right away!"])
            ShowText(["Maybe I'll get to see a smile..."])
            ShowTextAttributes(["", 0, 0, 2])
            ShowText(["I'll take this ancient sushi to Sariela."])
            ShowText(["I wonder if I will see a smile――"])
            ExitEventProcessing([])
            Empty([])
          BranchEnd([])
          Empty([])
        BranchEnd([])
        Empty([])
      BranchEnd([])
      ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
      ShowText(["\\n<Cait Sith>"])
      ShowText(["Frilled shark, Oarfish......"])
      ShowText(["That's a coelacanth!"])
      ShowTextAttributes(["ruka_fc1", 0, 0, 2])
      ShowText(["\\n<Luka>"])
      ShowText(["There sure are a lot of rare fish."])
      ShowText(["I wonder if any foodies around here know where to find them...?"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["To have them make ancient sushi, I need to procure the ingredients myself."])
      ShowText(["They are all rare ingredients, but I'll gather them right away――"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ShopProcessing([0, 361, 0, 0, false])
    ShopItem([0, 363, 0, 0])
    ShopItem([0, 364, 0, 0])
    ShopItem([0, 368, 0, 0])
    ShopItem([0, 370, 0, 0])
    ShopItem([0, 376, 0, 0])
    Empty([])

CommonEvent 37
Name = "EV037"

  Page 0
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 113, 4, 14, 0, 0])
    Empty([])

CommonEvent 38
Name = "EV038"

  Page 0
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 113, 5, 14, 0, 0])
    Empty([])

CommonEvent 39
Name = "EV039"

  Page 0
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 595, 46, 8, 0, 0])
    Empty([])

CommonEvent 40
Name = "EV040"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Elevator Girl>"])
    ShowText(["Welcome to Yamatai, which floor would you like to go to?"])
    ShowText(["Please operate the panel yourself, dear customer."])
    Empty([])

CommonEvent 41
Name = "EV041"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["mino_fc1", 0, 0, 2])
      ShowText(["\\n<Minotaur Girl>"])
      ShowText(["There's a muscle-bound angel here!"])
      ShowText(["I won't lose, I'm going to build muscle too!!"])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["mino_fc1", 2, 0, 2])
      ShowText(["\\n<Minotaur Girl>"])
      ShowText(["Even if I increase my food intake, I won't gain muscle..."])
      ShowText(["No, this is just getting fat!"])
      ShowTextAttributes(["mino_fc1", 0, 0, 2])
      ShowText(["\\n<Minotaur Girl>"])
      ShowText(["...More please!"])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 42
Name = "EV042"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["sabiriel_fc1", 7, 0, 2])
      ShowText(["\\n<Sabiriel>"])
      ShowText(["The security on this floor is tough."])
      ShowText(["I'm getting... really hungry..."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["sabiriel_fc1", 7, 0, 2])
      ShowText(["\\n<Sabiriel>"])
      ShowText(["I secretly stocked up on chocolate croissants..."])
      ShowText(["I'll eat them during break time."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 43
Name = "EV043"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["sabiriel_fc1", 7, 0, 2])
      ShowText(["\\n<Sabiriel>"])
      ShowText(["Angels don't actually need to eat..."])
      ShowText(["But it's not like we're completely free from the temptation of food."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["sabiriel_fc1", 7, 0, 2])
      ShowText(["\\n<Sabiriel>"])
      ShowText(["Perhaps we angels should enjoy 'food' more..."])
      ShowText(["...Don't you think?"])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 44
Name = "EV044"

  Page 0
    ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
    ShowText(["\\n<Cait Sith>"])
    ShowText(["Welcome!"])
    ShowText(["This is a fast food place!"])
    ConditionalBranch([1, 1178, 0, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["I asked about ancient sushi......"])
      ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
      ShowText(["\\n<Cait Sith>"])
      ShowText(["There's no sushi being made here!"])
      ShowText(["...Sushi burgers might be a thing."])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ShopProcessing([0, 358, 0, 0, false])
    ShopItem([0, 359, 0, 0])
    ShopItem([0, 426, 0, 0])
    Empty([])

CommonEvent 45
Name = "EV045"

  Page 0
    ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
    ShowText(["\\n<Cait Sith>"])
    ShowText(["Welcome!"])
    ConditionalBranch([1, 1178, 0, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["I asked about ancient sushi......"])
      ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
      ShowText(["\\n<Cait Sith>"])
      ShowText(["Sushi? This isn't a sushi restaurant!"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ShopProcessing([0, 345, 0, 0, false])
    ShopItem([0, 346, 0, 0])
    ShopItem([0, 347, 0, 0])
    ShopItem([0, 348, 0, 0])
    ShopItem([0, 349, 0, 0])
    ShopItem([0, 350, 0, 0])
    ShopItem([0, 351, 0, 0])
    ShopItem([0, 352, 0, 0])
    Empty([])

CommonEvent 46
Name = "EV046"

  Page 0
    ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
    ShowText(["\\n<Cait Sith>"])
    ShowText(["Welcome!"])
    ConditionalBranch([1, 1178, 0, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["I asked about ancient sushi......"])
      ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
      ShowText(["\\n<Cait Sith>"])
      ShowText(["Sushi? This isn't a sushi restaurant!"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ShopProcessing([0, 414, 0, 0, false])
    ShopItem([0, 415, 0, 0])
    ShopItem([0, 416, 0, 0])
    ShopItem([0, 417, 0, 0])
    ShopItem([0, 418, 0, 0])
    ShopItem([0, 419, 0, 0])
    ShopItem([0, 421, 0, 0])
    ShopItem([0, 423, 0, 0])
    ShopItem([0, 424, 0, 0])
    Empty([])

CommonEvent 47
Name = "EV047"

  Page 0
    ShowTextAttributes(["youko_fc1", 1, 0, 2])
    ShowText(["\\n<Coffee>"])
    ShowText(["Mufufufufu..."])
    ShowText(["A vending machine... mufufufu..."])
    Empty([])

CommonEvent 48
Name = "EV048"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["hapy_a_fc1", 0, 0, 2])
      ShowText(["\\n<Harpy>"])
      ShowText(["What bread should I have for lunch today~♪"])
      ShowTextAttributes(["hapy_a_fc1", 2, 0, 2])
      ShowText(["\\n<Harpy>"])
      ShowText(["...By the way, aren't there a lot of angel customers?"])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["hapy_a_fc1", 0, 0, 2])
      ShowText(["\\n<Harpy>"])
      ShowText(["Seems like angels have really fallen from grace."])
      ShowText(["...Well, my weight keeps increasing too."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 49
Name = "EV049"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["hapy_a_fc1", 2, 0, 2])
      ShowText(["\\n<Harpy>"])
      ShowText(["There's been a problem among the Harpy clan..."])
      ShowText(["I can't even eat my favorite omurice."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["hapy_a_fc1", 0, 0, 2])
      ShowText(["\\n<Harpy>"])
      ShowText(["The clan conflict has finally been resolved..."])
      ShowText(["I can enjoy my favorite omelet rice deliciously now♪"])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 50
Name = "EV050"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Mermaid>"])
      ShowText(["The Harpy tribe has also walked a difficult historical path."])
      ShowText(["Even now, they are in a split state between the hardliners and moderates, it's tough."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Mermaid>"])
      ShowText(["Mermaids tend to live quite carefree, you know."])
      ShowText(["It's a stark contrast to the Harpies who have faced a difficult history."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 51
Name = "EV051"

  Page 0
    ConditionalBranch([1, 1178, 0, 3, 0])
      ShowTextAttributes(["maycubbus_fc1", 0, 0, 2])
      ShowText(["\\n<Maidcubus>"])
      ShowText(["Due to my profession, I am also knowledgeable about rare ingredients."])
      ShowText(["Frilled shark, Oarfish, and Coelacanth, right?"])
      ShowTextAttributes(["maycubbus_fc1", 0, 0, 2])
      ShowText(["\\n<Maidcubus>"])
      ShowText(["I've heard that Frilled Shark has been frequently caught in Gold Port lately."])
      ShowText(["Perhaps it is being sold in stores."])
      ShowTextAttributes(["maycubbus_fc1", 0, 0, 2])
      ShowText(["\\n<Maidcubus>"])
      ShowText(["Oarfish is a rare deep-sea fish, but..."])
      ShowText(["I've heard rumors that it occasionally comes up in Natalia Port."])
      ShowTextAttributes(["maycubbus_fc1", 0, 0, 2])
      ShowText(["\\n<Maidcubus>"])
      ShowText(["And as for the Coelacanth..."])
      ShowText(["It seems to be kept at the underground research facility here in Yamatai."])
      ShowTextAttributes(["maycubbus_fc1", 0, 0, 2])
      ShowText(["\\n<Maidcubus>"])
      ShowText(["I hope this information has been helpful?"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["maycubbus_fc1", 1, 0, 2])
      ShowText(["\\n<Maidcubus>"])
      ShowText(["A meal after work is very soothing..."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["maycubbus_fc1", 1, 0, 2])
      ShowText(["\\n<Maidcubus>"])
      ShowText(["Creatures influenced heavily by human culture tend to worry about their weight."])
      ShowText(["It's natural for values to overlap when coexisting..."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 52
Name = "EV052"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["mononohuyonbi_fc1", 0, 0, 2])
      ShowText(["\\n<Four-Tailed Samurai>"])
      ShowText(["Tamamo-sama will surely return."])
      ShowText(["Until then, I will wait while disguising myself..."])
      ShowTextAttributes(["iriasu_fc4", 2, 0, 2])
      ShowText(["\\n<Ilias>"])
      ShowText(["Is this something to say while eating a large hamburger...?"])
      ShowTextAttributes(["mononohuyonbi_fc1", 2, 0, 2])
      ShowText(["\\n<Four-Tailed Samurai>"])
      ShowText(["H-Hungry people can't fight!"])
      ShowText(["I'm storing calories for the day of reckoning!"])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["mononohuyonbi_fc1", 0, 0, 2])
      ShowText(["\\n<Four-Tailed Samurai>"])
      ShowText(["Is Tamamo-sama still not back?"])
      ShowText(["Surely she hasn't abandoned Yamatai..."])
      ShowTextAttributes(["mononohuyonbi_fc1", 3, 0, 2])
      ShowText(["\\n<Kudagitsune>"])
      ShowText(["The large hamburger is delicious~♪"])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 53
Name = "EV053"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["whiteyel_fc1", 2, 0, 2])
      ShowText(["\\n<Whiteyel>"])
      ShowText(["This looks delicious..."])
      ShowText(["Ah, this one looks delicious too..."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["whiteyel_fc1", 2, 0, 2])
      ShowText(["\\n<Whiteyel>"])
      ShowText(["The temptation of delicious sweet bread is attacking me."])
      ShowText(["Ah, this also looks delicious..."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 54
Name = "EV054"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["cupid_fc1", 0, 0, 2])
      ShowText(["\\n<Cupid>"])
      ShowText(["Ah, Lady Ilias!"])
      ShowText(["As you can see, there is no problem!"])
      ShowTextAttributes(["iriasu_fc4", 2, 0, 2])
      ShowText(["\\n<Ilias>"])
      ShowText(["I think it's a problem that angels are slacking off and eating fried rice."])
      ShowTextAttributes(["cupid_fc1", 6, 0, 2])
      ShowText(["\\n<Cupid>"])
      ShowText(["...I'll give you the flag that was standing in the fried rice."])
      ShowTextAttributes(["iriasu_fc4", 5, 0, 2])
      ShowText(["\\n<Ilias>"])
      ShowText(["Are you trying to bribe me with that?"])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["cupid_fc1", 0, 0, 2])
      ShowText(["\\n<Cupid>"])
      ShowText(["Ah, Lady Ilias!"])
      ShowText(["As you can see, there is no problem!"])
      ShowTextAttributes(["iriasu_fc4", 2, 0, 2])
      ShowText(["\\n<Ilias>"])
      ShowText(["As always, you're slacking off and eating fried rice..."])
      ShowTextAttributes(["cupid_fc1", 6, 0, 2])
      ShowText(["\\n<Cupid>"])
      ShowText(["...I'll give you some green peas."])
      ShowTextAttributes(["iriasu_fc4", 2, 0, 2])
      ShowText(["\\n<Ilias>"])
      ShowText(["I don't need them..."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 55
Name = "EV055"

  Page 0
    ShowTextAttributes(["caitsith_fc1", 0, 0, 2])
    ShowText(["\\n<Cait Sith>"])
    ShowText(["Welcome!"])
    ShopProcessing([0, 358, 0, 0, false])
    ShopItem([0, 359, 0, 0])
    ShopItem([0, 426, 0, 0])
    Empty([])

CommonEvent 56
Name = "EV056"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["holmiel_fc1", 1, 0, 2])
      ShowText(["\\n<Holmiel>"])
      ShowText(["Hmm, this kind of bread..."])
      ShowText(["I suppose I should buy it right away."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["holmiel_fc1", 1, 0, 2])
      ShowText(["\\n<Holmiel>"])
      ShowText(["Hmm, a new product again!"])
      ShowText(["Of course, I can't help but taste it!"])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 57
Name = "EV057"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["mariel_fc1", 0, 0, 2])
      ShowText(["\\n<Mariel>"])
      ShowText(["I never thought I would fall for such temptations in the occupied territory..."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["mariel_fc1", 2, 0, 2])
      ShowText(["\\n<Mariel>"])
      ShowText(["I can't stop eating sweet things!"])
      ShowText(["This must be an enemy trap!"])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 58
Name = "EV058"

  Page 0
    ShowTextAttributes(["valkyrie_fc1", 0, 0, 2])
    ShowText(["\\n<Valkyrie>"])
    ShowText(["I have to buy some for Cupid too..."])
    ShowText(["Later, the complaints are really something."])
    Empty([])

  Page 1
    ShowTextAttributes(["cupid_fc1", 0, 0, 2])
    ShowText(["\\n<Cupid>"])
    ShowText(["I have to buy some for Valkyrie too..."])
    ShowText(["She puffs her cheeks and sulks."])
    ShowTextAttributes(["cupid_fc1", 4, 0, 2])
    ShowText(["\\n<Cupid>"])
    ShowText(["She's cute, isn't she~♪"])
    Empty([])

CommonEvent 59
Name = "EV059"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["youko_fc1", 0, 0, 2])
      ShowText(["\\n<Ajisai>"])
      ShowText(["Which one should I choose~♪"])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["youko_fc1", 2, 0, 2])
      ShowText(["\\n<Ajisai>"])
      ShowText(["Lately, I might be eating a bit too many sweets..."])
      ShowText(["I'll cut back starting tomorrow."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 60
Name = "EV060"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["siriel_fc1", 0, 0, 2])
      ShowText(["\\n<Siriel>"])
      ShowText(["It's wonderful, it has a taste of forbiddenness..."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["siriel_fc1", 0, 0, 2])
      ShowText(["\\n<Siriel>"])
      ShowText(["I am committing the sin of gluttony..."])
      ShowText(["As punishment, spank my bottom..."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 61
Name = "EV061"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["cooc_angel_fc1", 0, 0, 2])
      ShowText(["\\n<Angel Cook>"])
      ShowText(["As an angel involved in food, I must try the dishes here!"])
      ShowText(["Hmm, this is quite delicious!"])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["cooc_angel_fc1", 1, 0, 2])
      ShowText(["\\n<Angel Cook>"])
      ShowText(["Deepen your interaction with the monsters here and obtain the recipe!"])
      ShowText(["The food culture of the heavenly realm will be enriched with this!"])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 62
Name = "EV062"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["scylla_s_fc1", 0, 0, 2])
      ShowText(["\\n<Scylla Servant>"])
      ShowText(["There are chefs among angels, it seems."])
      ShowText(["I'm curious about what kind of dishes they make..."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["scylla_s_fc1", 0, 0, 2])
      ShowText(["\\n<Scylla Servant>"])
      ShowText(["I've deepened my friendship with the angelic chef a little."])
      ShowText(["There is much to learn from the nutrition-focused heavenly cuisine..."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 63
Name = "EV063"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["onmyosasori_fc1", 0, 0, 2])
      ShowText(["\\n<Scorpio Taoist>"])
      ShowText(["If Lady Tamamo were not here, I would have to give up my research career."])
      ShowText(["Really, it's quite depressing..."])
      ShowTextAttributes(["onmyosasori_fc1", 0, 0, 2])
      ShowText(["\\n<Scorpio Taoist>"])
      ShowText(["...Is my face smiling?"])
      ShowText(["This is my natural face, sorry about that."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["onmyosasori_fc1", 0, 0, 2])
      ShowText(["\\n<Scorpio Taoist>"])
      ShowText(["The research facility has been closed, and I've been unemployed for a long time."])
      ShowText(["Is there anywhere that is hiring researchers...?"])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 64
Name = "EV064"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["zyakotuonna_fc1", 0, 0, 2])
      ShowText(["\\n<Jakotsu>"])
      ShowText(["Just passing through this floor, there is a good smell..."])
      ShowText(["I can't help but be drawn in."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["zyakotuonna_fc1", 2, 0, 2])
      ShowText(["\\n<Jakotsu>"])
      ShowText(["Every time I enter and exit this floor, my weight increases..."])
      ShowText(["Is this some kind of curse!?"])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 65
Name = "EV065"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["hutakuti_fc1", 1, 0, 2])
      ShowText(["\\n<Futakuchi Girl>"])
      ShowText(["Well then, let's eat♪"])
      ShowTextAttributes(["hutakuti_fc1", 4, 0, 2])
      ShowText(["\\n<Futakuchi Girl>"])
      ShowText(["...Whoa! It's dangerous to get close to me while I'm eating!"])
      ShowText(["I might accidentally eat you!"])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["hutakuti_fc1", 0, 0, 2])
      ShowText(["\\n<Futakuchi Girl>"])
      ShowText(["It feels like someone is wandering behind me..."])
      ShowText(["I'm being careful not to accidentally eat anything."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 66
Name = "EV066"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Young Man>"])
      ShowText(["When walking behind the Futakuchi Girl while she's eating..."])
      ShowText(["I once got caught by her hair and was thrown into her mouth."])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Young Man>"])
      ShowText(["Right then, I was slurped around inside her mouth..."])
      ShowText(["Of course, she spat me out right away."])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Young Man>"])
      ShowText(["Since then, I can't forget that sweet sensation..."])
      ShowText(["Ah, I want to be accidentally caught up in it again."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Young Man>"])
      ShowText(["I wonder if she would accidentally eat me... Hah hah."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 67
Name = "EV067"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["esuccubus_fc1", 0, 0, 2])
      ShowText(["\\n<Elder Succubus>"])
      ShowText(["When I'm busy, this is the place to go."])
      ShowText(["It takes less than ten minutes from ordering to finishing my meal."])
      ShowTextAttributes(["esuccubus_fc1", 0, 0, 2])
      ShowText(["\\n<Elder Succubus>"])
      ShowText(["...Well, I'm not particularly busy, though."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["esuccubus_fc1", 0, 0, 2])
      ShowText(["\\n<Elder Succubus>"])
      ShowText(["Fast food isn't just good because it's quick..."])
      ShowText(["I actually quite like this cheap flavor."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 68
Name = "EV068"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["enenra_fc1", 0, 0, 2])
      ShowText(["\\n<Enenra>"])
      ShowText(["Are the young people these days eating only this kind of stuff?"])
      ShowText(["They need to think about nutrition too..."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["enenra_fc1", 0, 0, 2])
      ShowText(["\\n<Enenra>"])
      ShowText(["The new product this season is the 'Heavenly Taste Heaven Burger.'"])
      ShowText(["They're sneakily riding the coattails of it..."])
      ShowTextAttributes(["kirin_fc1", 0, 0, 2])
      ShowText(["\\n<Kirin>"])
      ShowText(["Next up might be the Doll Burger, huh?"])
      ShowText(["I don't want to think too much about what goes in it..."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 69
Name = "EV069"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["kirin_fc1", 0, 0, 2])
      ShowText(["\\n<Kirin>"])
      ShowText(["Tamamo-sama often finished her meals quickly at this place."])
      ShowText(["She's a very busy person after all..."])
      ShowTextAttributes(["iriasu_fc4", 2, 0, 2])
      ShowText(["\\n<Ilias>"])
      ShowText(["The abominable Daikaisei who made my angel army suffer time and again..."])
      ShowText(["It's disillusioning to see someone scarfing down a hamburger without a care for time."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["enenra_fc1", 0, 0, 2])
      ShowText(["\\n<Enenra>"])
      ShowText(["The new product this season is the 'Heavenly Taste Heaven Burger.'"])
      ShowText(["They're sneakily riding the coattails of it..."])
      ShowTextAttributes(["kirin_fc1", 0, 0, 2])
      ShowText(["\\n<Kirin>"])
      ShowText(["Next up might be the Doll Burger, huh?"])
      ShowText(["I don't want to think too much about what goes in it..."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 70
Name = "EV070"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
      ShowText(["\\n<Rat Girl>"])
      ShowText(["Mice are banned from entering restaurants..."])
      ShowText(["Isn't this species discrimination?"])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["nezumi_fc1", 0, 0, 2])
      ShowText(["\\n<Rat Girl>"])
      ShowText(["Give the mice some rights!"])
      ShowText(["Next time, we're having a mouse protest."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 71
Name = "EV071"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["kappa_fc1", 0, 0, 2])
      ShowText(["\\n<Kappa>"])
      ShowText(["I wrestled with a muscular angel..."])
      ShowText(["I got thrown out the window."])
      ShowTextAttributes(["kappa_fc1", 0, 0, 2])
      ShowText(["\\n<Kappa>"])
      ShowText(["I'm piling on the calories to get my revenge."])
      ShowText(["I won't lose next time!"])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["kappa_fc1", 0, 0, 2])
      ShowText(["\\n<Kappa>"])
      ShowText(["I've been challenging angels to sumo every day, but I keep losing."])
      ShowText(["Simply gaining weight might not be enough..."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 72
Name = "EV072"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["leeccubus_fc1", 2, 0, 2])
      ShowText(["\\n<Leecubus>"])
      ShowText(["Since leaving the succubus village..."])
      ShowText(["I've been surviving on fast food."])
      ShowTextAttributes(["leeccubus_fc1", 0, 0, 2])
      ShowText(["\\n<Leecubus>"])
      ShowText(["Well, I like hamburgers, so it's not that bad."])
      ShowText(["By the way, I wonder where the Queen is and what she's doing right now?"])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["leeccubus_fc1", 0, 0, 2])
      ShowText(["\\n<Leecubus>"])
      ShowText(["I wanted to go back to the succubus village..."])
      ShowText(["But now, going back to such a rural place is out of the question."])
      ShowTextAttributes(["leeccubus_fc1", 0, 0, 2])
      ShowText(["\\n<Leecubus>"])
      ShowText(["Maybe I should start a new business here."])
      ShowText(["What do you think about selling succubus burgers?"])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 73
Name = "EV073"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["kitunezyu_fc1", 0, 0, 2])
      ShowText(["\\n<Bestial Kitsune>"])
      ShowText(["There are plenty of things I'm anxious about..."])
      ShowText(["So I'm distracting myself with food like this."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["kitunezyu_fc1", 0, 0, 2])
      ShowText(["\\n<Bestial Kitsune>"])
      ShowText(["I wish Tamamo would come back soon..."])
      ShowText(["All the fox-type monsters are eagerly waiting for her."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 74
Name = "EV074"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["asura_fc1", 0, 0, 2])
      ShowText(["\\n<Ashura>"])
      ShowText(["They act like 'angels don't eat anything'..."])
      ShowText(["But I feel like I often see them eating something."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["asura_fc1", 0, 0, 2])
      ShowText(["\\n<Ashura>"])
      ShowText(["The angels are no longer hiding the fact that they eat something."])
      ShowText(["This is what cultural invasion looks like, kukuku..."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 75
Name = "EV075"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Middle-aged Man>"])
      ShowText(["In this village, there are more monsters than humans..."])
      ShowText(["Such places are quite rare even in the monster realm."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Middle-aged Man>"])
      ShowText(["The dolls that attacked here included completely autonomous ones, right?"])
      ShowText(["What kind of puppeteer made such things..."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 76
Name = "EV076"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Young Woman>"])
      ShowText(["I end up quickly finishing my meal at places like this."])
      ShowText(["I hope my poor eating habits don't show in my weight..."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Young Woman>"])
      ShowText(["Thinking about healthy food and dieting..."])
      ShowText(["But still, I end up eating here."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 77
Name = "EV077"

  Page 0
    ShowTextAttributes(["sabiriel_fc1", 7, 0, 2])
    ShowText(["\\n<Sabiriel>"])
    ShowText(["As you know, the eastern side of this building's fourth floor is damaged."])
    ShowText(["Just in case, the seats on the eastern side of the second floor are off-limits."])
    Empty([])

CommonEvent 78
Name = "EV078"

  Page 0
    ConditionalBranch([1, 1142, 0, 43, 2])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Young Man>"])
      ShowText(["The eastern side seats have been closed off."])
      ShowText(["I thought it was the angels' tyranny! But—"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Young Man>"])
      ShowText(["Looking at that fourth floor, I don't want to approach the eastern side of any floor."])
      ShowText(["If that collapses, it would be a disaster..."])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 1142, 0, 44, 1])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Young Man>"])
      ShowText(["Due to the doll attack, the restoration work on the fourth floor has also stopped."])
      ShowText(["It's unsettling that the eastern side of the building remains dangerous..."])
      Empty([])

    BranchEnd([])
    Empty([])

CommonEvent 79
Name = "EV079"

  Page 0
    ShowTextAttributes(["sabiriel_fc1", 7, 0, 2])
    ShowText(["\\n<Sabiriel>"])
    ShowText(["The eastern side seats are off-limits just in case."])
    ShowText(["Well, I think it should be fine... but until repairs are done, just to be safe."])
    Empty([])
